From a73d8b8fadc505a7e3bc6d7373ad2a118d9a4b28 Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 9 Jul 2015 12:24:19 -0400 Subject: [PATCH] remove mode-line --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 8a810633085..e36fcc60454 100644 --- a/which-key.el +++ b/which-key.el @@ -161,7 +161,7 @@ Used when `which-key-popup-type' is frame.") (with-current-buffer which-key--buffer (setq-local cursor-type nil) (setq-local cursor-in-non-selected-windows nil) - (setq-local mode-line-format "")) + (setq-local mode-line-format nil)) (setq which-key--setup-p t)) ;;;###autoload -- 2.30.2